home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
ICS
/
builder
/
collections
/
OptionM.col
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
1KB
|
65 lines
/*
* Generated by the ICS builderXcessory (BX).
*
*
* Builder Xcessory 3.0.
*
*/
module main_uil
version = 'V1.0'
names = case_sensitive
!(IB)object MenuShell3 : XmMenuShell widget {
!(IB) arguments {
!(IB) XmNwidth = 1;
!(IB) XmNheight = 1;
!(IB) XmNwidth = 1;
!(IB) XmNheight = 1;
!(IB) };
!(IB) controls {
!(IB) XmPulldownMenu PulldownMenu3 ;
!(IB) };
!(IB) callbacks {
!(IB) };
!(IB)};
object PulldownMenu3 : XmPulldownMenu widget {
arguments {
/*XmNrowColumnType = 2; */
XmNx = 0;
XmNy = 0;
XmNwidth = 84;
XmNheight = 31;
};
controls {
XmPushButton PushButton5 ;
};
callbacks {
};
};
object PushButton5 : XmPushButton widget {
arguments {
};
controls {
};
callbacks {
};
};
object OptionMenu1 : XmOptionMenu widget {
arguments {
/*XmNrowColumnType = 4; */
XmNx = 29;
XmNy = 51;
XmNwidth = 87;
XmNheight = 27;
};
controls {
XmPulldownMenu PulldownMenu3 ;
};
callbacks {
};
};
end module;